home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / japanish_fishing.swf / scripts / frame_50 / PlaceObject2_61_83 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2011-01-13  |  274b  |  18 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.mode[5] == 0)
  3.    {
  4.       if(_root.atari[5] == 0)
  5.       {
  6.          _root.idou(5);
  7.       }
  8.       else
  9.       {
  10.          _root.bichibichi(5);
  11.       }
  12.    }
  13.    else if(_root.mode[5] == 1)
  14.    {
  15.       _root.sara_idou(5);
  16.    }
  17. }
  18.